Skip to content

[flang][cuda] Fix buildbot after #152418 #152437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged

Conversation

clementval
Copy link
Contributor

No description provided.

@clementval clementval merged commit 35f003d into llvm:main Aug 7, 2025
6 of 9 checks passed
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Aug 7, 2025
@clementval clementval deleted the fix_bot branch August 7, 2025 05:24
@llvmbot
Copy link
Member

llvmbot commented Aug 7, 2025

@llvm/pr-subscribers-flang-fir-hlfir

Author: Valentin Clement (バレンタイン クレメン) (clementval)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/152437.diff

1 Files Affected:

  • (modified) flang/lib/Lower/CUDA.cpp (+2)
diff --git a/flang/lib/Lower/CUDA.cpp b/flang/lib/Lower/CUDA.cpp
index 31147c5c9e563..f6d00780a16fa 100644
--- a/flang/lib/Lower/CUDA.cpp
+++ b/flang/lib/Lower/CUDA.cpp
@@ -11,6 +11,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "flang/Lower/CUDA.h"
+#include "flang/Lower/AbstractConverter.h"
+#include "flang/Optimizer/Builder/Todo.h"
 
 #define DEBUG_TYPE "flang-lower-cuda"
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:fir-hlfir flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants